projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1907b8e
)
Include unistd.h instead of libc.h.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Sep 1997 04:59:45 +0000
(
04:59
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Sep 1997 04:59:45 +0000
(
04:59
+0000)
src/unexnext.c
patch
|
blob
|
history
diff --git
a/src/unexnext.c
b/src/unexnext.c
index 1cf41ca05a1c7d73808e2db99f85f215126691ef..e250245088c917019f461d3eae314497eea3fb7d 100644
(file)
--- a/
src/unexnext.c
+++ b/
src/unexnext.c
@@
-30,7
+30,8
@@
Boston, MA 02111-1307, USA. */
#include <mach-o/reloc.h>
#include <sys/file.h>
#include <sys/stat.h>
-#include <libc.h>
+#include <unistd.h>
+/* Instead of unistd.h, this used to include libc.h. */
int malloc_cookie;